projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc103e7
)
(syms_of_fns): Set yes-or-no-p-history to nil.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Feb 1996 20:12:50 +0000
(20:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Feb 1996 20:12:50 +0000
(20:12 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 8f72c0771ea526092816abfe648b696480ff9842..defd2232bc571691949391444e86466c05d23a6d 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1831,6
+1831,8
@@
syms_of_fns ()
Qcursor_in_echo_area = intern ("cursor-in-echo-area");
staticpro (&Qcursor_in_echo_area);
+ Fset (Qyes_or_no_p_history, Qnil);
+
DEFVAR_LISP ("features", &Vfeatures,
"A list of symbols which are the features of the executing emacs.\n\
Used by `featurep' and `require', and altered by `provide'.");